home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
program
/
ctutor.exe
/
SOURCE
/
LISTF.H
< prev
next >
Wrap
Text File
|
1994-05-15
|
1KB
|
24 lines
/*******************************************************************/
/* LISTF.H - header file for functions - LIST.EXE */
/* Copyright (c) 1994 Coronado Enterprises */
/* */
/* This contains the prototypes for the working functions for the */
/* source code listing program. */
/*******************************************************************/
/* return 0 if the file opens correctly, or 1 if an error */
int open_in_file(int no, char *name);
/* return 0 if the printer opens correctly, or 1 of an error */
int open_printer(void);
/* return 1 if a valid line is read in, or 0 for EOF */
int read_one_line(void);
/* the following prototypes are self documenting */
void get_file_date_time(void);
void top_of_page(void);
void print_one_line(void);
void eject_page(void);
void close_both_files(void);